Skip to content

Update all non-major dependencies - #40

Merged
YannicEl merged 1 commit into
mainfrom
renovate/all-minor-patch
Sep 6, 2025
Merged

Update all non-major dependencies#40
YannicEl merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Aug 7, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
@sveltejs/adapter-cloudflare (source) 7.1.2 -> 7.2.3 age confidence devDependencies minor
@sveltejs/kit (source) 2.27.1 -> 2.37.1 age confidence devDependencies minor
@sveltejs/vite-plugin-svelte (source) 6.1.0 -> 6.1.4 age confidence devDependencies patch
@types/node (source) 24.2.0 -> 24.3.1 age confidence devDependencies minor
bits-ui 2.9.2 -> 2.9.6 age confidence dependencies patch
matplotlib ==3.10.5 -> ==3.10.6 age confidence project.dependencies patch
playwright (source) 1.54.2 -> 1.55.0 age confidence devDependencies minor
python 3.11.13 -> 3.13.7 age confidence minor
python (source) ==3.11.13 -> ==3.13.7 age confidence requires-python minor
svelte (source) 5.38.0 -> 5.38.7 age confidence devDependencies patch
unocss (source) 66.4.1 -> 66.5.0 age confidence devDependencies minor
vite (source) 7.0.6 -> 7.1.4 age confidence devDependencies minor
wrangler (source) 4.28.0 -> 4.34.0 age confidence devDependencies minor

Release Notes

sveltejs/kit (@​sveltejs/adapter-cloudflare)

v7.2.3

Compare Source

Patch Changes
  • fix: improve the error message when read(...) fails (#​14306)

v7.2.2

Compare Source

Patch Changes

v7.2.1

Compare Source

Patch Changes
  • fix: avoid erroring on builder properties that only exist on the latest version of SvelteKit (#​14233)

  • Updated dependencies [f2db41c]:

v7.2.0

Compare Source

Minor Changes
  • feat: add instrumentation.server.ts for tracing and observability setup (#​13899)
Patch Changes

v7.1.3

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/kit)

v2.37.1

Compare Source

Patch Changes
  • fix: serialize server load data before passing to universal load, to handle mutations and promises (#​14298)

  • fix: resolve_route prevent dropping a trailing slash of id (#​14294)

  • fix: assign correct status code to form submission error on the client (#​14345)

  • fix: un-proxy form.result (#​14346)

v2.37.0

Compare Source

Minor Changes
  • feat: automatically resolve query.refresh() promises on the server (#​14332)

  • feat: allow query.set() to be called on the server (#​14304)

Patch Changes
  • fix: disable CSRF checks in dev (#​14335)

  • fix: allow redirects to external URLs from within form functions (#​14329)

  • fix: add type definitions for query.set() method to override the value of a remote query function (#​14303)

  • fix: ensure uniqueness of form.for(...) across form functions (#​14327)

v2.36.3

Compare Source

Patch Changes
  • fix: bump devalue (#​14323)

  • chore: consolidate dev checks to use esm-env instead of a __SVELTEKIT_DEV__ global (#​14308)

  • fix: reset form inputs by default when using remote form functions (#​14322)

v2.36.2

Compare Source

Patch Changes
  • chore: make config deprecation warnings more visible (#​14281)

  • chore: remove redundant Not Found error message (#​14289)

  • chore: deprecate csrf.checkOrigin in favour of csrf.trustedOrigins: ['*'] (#​14281)

v2.36.1

Compare Source

Patch Changes
  • fix: ensure importing from $app/navigation works in test files (#​14195)

v2.36.0

Compare Source

Minor Changes
  • feat: add csrf.trustedOrigins configuration (#​14021)
Patch Changes
  • fix: correctly decode custom types streamed from a server load function (#​14261)

  • fix: add trailing slash pathname when generating typed routes (#​14065)

v2.35.0

Compare Source

Minor Changes
  • feat: better server-side error logging (#​13990)
Patch Changes
  • fix: ensure static error page is loaded correctly for custom user errors (#​13952)

v2.34.1

Compare Source

Patch Changes
  • fix: support multiple cookies with the same name across different paths and domains (b2c5d02)

  • fix: add link header when preloading font (#​14200)

  • fix: cookies.get(...) returns undefined for a just-deleted cookie (b2c5d02)

  • fix: load env before prerender (c5f7139)

v2.34.0

Compare Source

Minor Changes
  • feat: allow dynamic env access during prerender (#​14243)
Patch Changes
  • fix: clone fetch responses so that headers are mutable (#​13942)

  • fix: serialize server load data before passing to universal load, to handle mutations (#​14268)

  • fix: allow asset(...) to be used with imported assets (#​14270)

v2.33.1

Compare Source

Patch Changes
  • fix: make paths in .css assets relative (#​14262)

  • fix: avoid copying SSR stylesheets to client assets (#​13069)

v2.33.0

Compare Source

Minor Changes
  • feat: configure error reporting when routes marked as prerendable were not prerendered (#​11702)
Patch Changes
  • fix: use correct flag for server tracing (#​14250)

  • fix: correct type names for new handleUnseenRoutes option (#​14254)

  • chore: Better docs and error message for missing @opentelemetry/api dependency (#​14250)

v2.32.0

Compare Source

Minor Changes
  • feat: inline load fetch response.body stream data as base64 in page (#​11473)
Patch Changes
  • fix: better error when .remote.ts files are used without the experimental.remoteFunctions flag (#​14225)

v2.31.1

Compare Source

Patch Changes
  • fix: pass options to resolve in resolveId hook (#​14223)

v2.31.0

Compare Source

Minor Changes
  • feat: OpenTelemetry tracing for handle, sequence, form actions, remote functions, and load functions running on the server (#​13899)

  • feat: add instrumentation.server.ts for tracing and observability setup (#​13899)

v2.30.1

Compare Source

Patch Changes
  • chore: generate $app/types in a more Typescript-friendly way (#​14207)

v2.30.0

Compare Source

Minor Changes
  • feat: allow to specify options for the service worker in svelte.config.js (#​13578)
Patch Changes
  • fix: ensure buttonProps.enhance works on buttons with nested text (#​14199)

  • fix: pass validation issues specifically to avoid non-enumerable spreading error (#​14197)

v2.29.1

Compare Source

Patch Changes
  • chore: allow remote functions in all of the src directory (#​14198)

v2.29.0

Compare Source

Minor Changes
  • feat: add a kit.files.src option (#​14152)
Patch Changes
  • fix: don't treat $lib/server.ts or $lib/server_whatever.ts as server-only modules, only $lib/server/** (#​14191)

  • fix: make illegal server-only import errors actually useful (#​14155)

  • chore: deprecate config.kit.files options (#​14152)

  • fix: avoid warning if page options in a Svelte file belongs to a comment (#​14180)

v2.28.0

Compare Source

Minor Changes
  • feat: add RouteId and RouteParams to NavigationTarget interface (#​14167)

  • feat: add pending property to forms and commands (#​14137)

Patch Changes
  • fix: fetch imported assets during prerender (#​12201)

  • chore: refactor redundant base64 encoding/decoding functions (#​14160)

  • fix: use correct cache result when fetching same url multiple times (#​12355)

  • fix: don't refresh queries automatically when running commands (#​14170)

  • fix: avoid writing remote function bundle to disk when treeshaking prerendered queries (#​14161)

v2.27.3

Compare Source

Patch Changes
  • chore: add .git to the end of package.json repository url (#​14134)

v2.27.2

Compare Source

Patch Changes
  • fix: ensure form() remote functions work when the app is configured to a single output (#​14127)

  • fix: use the configured base path when calling remote functions from the client (#​14106)

sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v6.1.4

Compare Source

Patch Changes
  • fix: allow preprocess plugin to run twice (#​1206)

  • fix(types): update urls to PreprocessorGroup and CompileOptions in type documention (#​1203)

  • replace kleur dependency with builtin node:utils styleText (#​1210)

v6.1.3

Compare Source

Patch Changes
  • fix(api): add api.filter and deprecate api.idFilter to avoid confusing filter.id = idFilter.id assignments when used as hybrid filter in other plugins (#​1199)

v6.1.2

Compare Source

Patch Changes
  • fix: ensure compiled css is returned when reloading during dev with ssr (e.g. SvelteKit) (#​1194)

v6.1.1

Compare Source

Patch Changes
  • fix: ensure compiled svelte css is loaded correctly when rebuilding in build --watch (#​1189)
huntabyte/bits-ui (bits-ui)

v2.9.6

Compare Source

Patch Changes
  • fix: restore focus to element that triggered the dialog/popover (#​1729)

v2.9.5

Compare Source

Patch Changes
  • fix(LinkPreview): add disabled state functionality (#​1726)

  • fix: body scroll lock restoration (#​1714)

v2.9.4

Compare Source

Patch Changes
  • fix(MenuCheckboxItem): ensure onchange is only called when the value changes (#​1709)

v2.9.3

Compare Source

Patch Changes
  • fix(LinkPreview): ensure forceMount pointerleave doesn't open without remaining on trigger (#​1705)
matplotlib/matplotlib (matplotlib)

v3.10.6: REL: v3.10.6

Compare Source

This is a bugfix release in the 3.10.x series.

Highlights from this release include:

- Fix regression of hi-dpi support for Qt
- Fix race condition in TexManager.make_dvi & make_png
- Various documentation and other bugfixes
microsoft/playwright (playwright)

v1.55.0

Compare Source

python/cpython (python)

v3.13.7

Compare Source

v3.13.6

Compare Source

v3.13.5

Compare Source

v3.13.4

Compare Source

v3.13.3

Compare Source

v3.13.2

Compare Source

v3.13.1

Compare Source

v3.13.0

Compare Source

v3.12.11

Compare Source

v3.12.10

Compare Source

v3.12.9

Compare Source

v3.12.8

Compare Source

v3.12.7

Compare Source

v3.12.6

Compare Source

v3.12.5

Compare Source

v3.12.4

Compare Source

v3.12.3

Compare Source

v3.12.2

Compare Source

v3.12.1

Compare Source

v3.12.0

Compare Source

sveltejs/svelte (svelte)

v5.38.7

Compare Source

Patch Changes
  • fix: replace undefined with void(0) in CallExpressions (#​16693)

  • fix: ensure batch exists when resetting a failed boundary (#​16698)

  • fix: place store setup inside async body (#​16687)

v5.38.6

Compare Source

Patch Changes
  • fix: don't fail on flushSync while flushing effects (#​16674)

v5.38.5

Compare Source

Patch Changes
  • fix: ensure async deriveds always get dependencies from thennable (#​16672)

v5.38.3

Compare Source

Patch Changes
  • fix: ensure correct order of template effect values (#​16655)

  • fix: allow async {@​const} in more places (#​16643)

  • fix: properly catch top level await errors (#​16619)

  • perf: prune effects without dependencies (#​16625)

  • fix: only emit for_await_track_reactivity_loss in async mode (#​16644)

v5.38.2

Compare Source

Patch Changes
  • perf: run blocks eagerly during flush instead of aborting (#​16631)

  • fix: don't clone non-proxies in $inspect (#​16617)

  • fix: avoid recursion error when tagging circular references (#​16622)

v5.38.1

Compare Source

Patch Changes
  • fix: wrap abort in without_reactive_context (#​16570)

  • fix: add hint as a possible value for popover attribute (#​16581)

  • fix: skip effects inside dynamic component that is about to be destroyed (#​16601)

unocss/unocss (unocss)

v66.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v66.4.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
vitejs/vite (vite)

v7.1.4

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring

v7.1.3

Compare Source

Features
Bug Fixes
Performance Improvements
Miscellaneous Chores
Code Refactoring
Tests

v7.1.2

Compare Source

Bug Fixes
Miscellaneous Chores

v7.1.1

Compare Source

Bug Fixes
Miscellaneous Chores

v7.1.0

Compare Source

Features
  • support files with more than 1000 lines by generateCodeFrame (#​20508) (e7d0b2a)
Bug Fixes
Tests
cloudflare/workers-sdk (wrangler)

v4.34.0

Compare Source

Minor Changes
  • #​10478 cc47b51 Thanks @​danielrs! - Beta feature preview_urls is now disabled by default.

    This change makes preview_urls disabled by default when it's not provided, making
    the feature opt-in instead of opt-out.

Patch Changes

v4.33.2

[Compare Source](https://redirect.github.com/cloudfl


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 952b79b to 3870a19 Compare August 7, 2025 09:49
@renovate renovate Bot changed the title Update python Docker tag to v3.13.5 Update all non-major dependencies Aug 7, 2025
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 7b57eaf to d1688f2 Compare August 13, 2025 18:32
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 834c705 to baed97a Compare August 20, 2025 17:02
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 4329487 to 4ead97d Compare August 27, 2025 22:28
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ba02ca0 to 5839898 Compare August 31, 2025 11:07
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 5839898 to 591b934 Compare September 6, 2025 10:52
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 591b934 to 9b756b4 Compare September 6, 2025 11:05
@YannicEl
YannicEl merged commit 891ed87 into main Sep 6, 2025
1 check passed
@renovate
renovate Bot deleted the renovate/all-minor-patch branch September 6, 2025 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant